ResourceUpload Method (String, Stream, ContentRange) |
Uploads a data from stream a resource with the specified URI.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic void Upload(
string address,
Stream stream,
ContentRange contentRange
)
Public Sub Upload (
address As String,
stream As Stream,
contentRange As ContentRange
)
Parameters
- address
- Type: SystemString
The URI of the resource to receive the data. - stream
- Type: System.IOStream
The input stream. - contentRange
- Type: Independentsoft.WebdavContentRange
The content range.
See Also